home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / AMOSList / AMOSLIST.0897 / 000022_amos-request@svcs1.digex.net_Sat Aug 2 23:07:51 1997.msg < prev    next >
Text File  |  1997-09-09  |  3KB  |  63 lines

  1. Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224])
  2.     by mail1.access.digex.net (8.8.5/8.8.5) with ESMTP id XAA11669
  3.     for <mcox@access.digex.net>; Sat, 2 Aug 1997 23:07:50 -0400 (EDT)
  4. Received: (from daemon@localhost)
  5.     by svcs1.digex.net (8.8.5/8.8.5) id WAA07382
  6.     for amos-out; Sat, 2 Aug 1997 22:23:13 -0400 (EDT)
  7. Received: from mail2.access.digex.net (mail2.access.digex.net [205.197.247.3])
  8.     by svcs1.digex.net (8.8.5/8.8.5) with ESMTP id WAA07377
  9.     for <amos-list@svcs1.digex.net>; Sat, 2 Aug 1997 22:23:12 -0400 (EDT)
  10. Received: from upsmot02.msn.com (upsmot02.msn.com [204.95.110.79])
  11.     by mail2.access.digex.net (8.8.5/8.8.5) with SMTP id WAA00699
  12.     for <amos-list@access.digex.net>; Sat, 2 Aug 1997 22:23:11 -0400 (EDT)
  13. Received: from upmajb08 ([204.95.110.71]) by upsmot02.msn.com (8.6.8.1/Configuration 4) with SMTP id TAA18350 for <amos-list@access.digex.net>; Sat, 2 Aug 1997 19:17:55 -0700
  14. Date: Sat, 2 Aug 97 18:10:02 UT
  15. From: "SYLVIA SANCHEZ" <CHILDRENOFSUN@msn.com>
  16. Message-Id: <UPMAIL02.199708030222030695@msn.com>
  17. To: amos-list@access.digex.net
  18. Subject: fast ram problem
  19. Status: O
  20. X-Status: 
  21.  
  22. According to the Amiga intern:
  23.  
  24. The base addres of fast RAM with a 1 megabyte configuration is $07F00000.  As 
  25. memory is added, the base address shifts down accordingly (e.g. $07D00000 with 
  26. 4 megabytes).
  27.  
  28. I was checking out the Amos Pro manual to see if any commands check for 
  29. memory.  On the chapter Memory Banks:
  30.  
  31. M=Fast Free: Rem gives the amount of available FAST Ram
  32.   Reserve as Work 10,1000
  33. if M<>Fast Free
  34.   Print "The Data has been stored in FAST Ram"
  35.   Print M: Rem printed 80688 (not sure how much fast ram this is?
  36.   List Bank 10 : Rem Showed 10-Work S:$00C7E520 L:1000
  37. else
  38.   Print "Sorry, there is only Chip Ram available"
  39. end if
  40.  
  41. Well, I guess at least two items of information was given:  
  42. 1.  The amount of available fast ram which seems to vary on my system?
  43.      I am not sure what 80688 represents.  Maybe AMOS only recognizes fast     
  44.       ram on a 1 meg machine?
  45. 2.  The start address of fast ram which apparently was $00C7E520, however I    
  46.   have only 2 megs added on my system so I do not think the address           
  47. corresponds with the Amiga Intern book.
  48.  
  49. I admit this is not much help, however I remember someone who seemed to solve 
  50. this problem in AMOS.  His program seemed to check the extra memory on my 
  51. system in the boot portion.  It stated something like this: you have 1 meg, 
  52. wait...you have 2 megs..great! and then loaded the program.
  53.  
  54. His name is Andrew J. Campbell and his e-mail address is:
  55. ajc@ajco.demon.co.uk
  56.  
  57. you may recognize his name from the infamous Black Dragon Design produced in 
  58. England.
  59.  
  60. >From the one NOT named SYLVIA but is actually Rudy.
  61. ChildrenOfSun@msn.com
  62.  
  63.